1. The current idea of the trading system is as follows: market trend direction is performed when MACD crosses either up or down and price closes above and the RSI Strike #4 gives a buy or sell entry in whatever timeframe the user attaches the EA to. 

Currently it is like this:

- For buy entries it is MACD bullish crossover above the zero line, then RSI Strike Buy #4.
- For sell orders is MACD Bearish crossover below zero line & then RSI Strike Sell #4. 

The changes we would like to add to the EA are as follows:

Market Direction

1. Add MACD, Moving Average price crossover (multitime frame options for the user to select for a market signal). Also the MACD indicator needs to be changed to the one attached and allow a user to select whether they want to use the Signal Cross or the Histogram Zero line cross instead.

MACD & MA to be used for main signal. Let the user select which timeframe they want the main signal to come from. When MACD & MA or Crossover to occur. 

Allow the user to select whether to use the MA as well as the MACD or just the MACD.

Entry Signal

2. Add user option to select which RSI Strike # to use for entry (timeframe is whatever chart the user adds the EA to)

3. Add Flat Trend & Fisher as a filter with option to adjust settings & allow a user to enable either Flat Trend or Fisher to be paired to the RSI Strike # for entry

So the user would select which RSI Strike # to use for entry and whether to use Flat Trend or Fisher as a filter to determine if the trade is valid and the EA should enter.

And some smaller changes

User Management

The Current EA has some options but I would like these added

4. Add option to select days/times to trade

5. Add trailing stop/break even option 

6. Make daily loss/profit a weekly option

7. Also the number of Trade orders to open, this seems to not be working on the current EA. I would like the EA to open whatever trade orders the user has selected, if its 2 orders, then 2 orders open at a time. I am not sure why it doesnt open orders but if you could fix it I would be happy.